Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonMappingCollection Class / AddRange Method / AddRange(Keys[],String[]) Method
The System.Windows.Forms.Keys array value indicates some special buttons.
The System.String array value indicates the button keys.


AddRange(Keys[],String[]) Method
Adds some items the the CalculatorButtonMappingCollection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal keys() As Keys, _
   ByVal buttonKeys() As String _
) 
 
'Usage
 
Dim instance As CalculatorButtonMappingCollection
Dim keys() As Keys
Dim buttonKeys() As String
 
instance.AddRange(keys, buttonKeys)

Parameters

keys
The System.Windows.Forms.Keys array value indicates some special buttons.
buttonKeys
The System.String array value indicates the button keys.
Exceptions
ExceptionDescription
The length of keys and buttonKeys array must be the same.
See Also